Fix the MS-DOS build broken by recent leim-related changes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Apr 2012 09:53:00 +0000 (12:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Apr 2012 09:53:00 +0000 (12:53 +0300)
commit9243a83a1d3dfc67fc28099622fa5f9f58ebd46f
tree3a07e12ffe98a0c876776ad022bb50abfdac7eb8
parentf6044fba808e92747a8ff4051f781db4248d1c89
parent8da17f83153d4ad7459957997c0d9371f9a80406
Fix the MS-DOS build broken by recent leim-related changes.

 msdos/sedleim.inp (RUN_EMACS): Replace BUILT_EMACS with EMACS.
 Remove stale editing of "else make quail".
 (.PHONY, compile-targets): Remove targets.
 (compile-main): Edit into something that can be done without
 requiring a Unixy shell.
 (bootstrap-clean): Likewise: edit to not require $(setwins).
 msdos/sed1v2.inp: Edit "cd $(leimdir) && $(MAKE) ..." into the
 equivalent "$(MAKE) $(MFLAGS) -C $(leimdir) ..." command.